ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / DataMatrixBaseTagHelper<TControl> Class / RenderType Property

In This Topic
    RenderType Property (DataMatrixBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.BarcodeBase.RenderType. Sets the rendering type of the control.
    Syntax
    'Declaration
     
    Public Overridable Property RenderType As RenderType
    public virtual RenderType RenderType {get; set;}
    See Also